home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / Slackwar / contrib / aps-4.91.README < prev    next >
Text File  |  1997-06-16  |  5KB  |  152 lines

  1.  
  2.     ------------------------------------------------------------
  3.        A P S F I L T E R   V 4.9.1  -  "The name of the game"
  4.     ------------------------------------------------------------
  5.  
  6.                   copyright Andreas Klemm 1993, 1994, 1995
  7.  
  8.                             andreas@knobel.gun.de
  9.  
  10.             Sun Sep 25 15:56:08 MET 1994
  11.  
  12.                    ---------------------------------------
  13.  
  14.             co-author Thomas Bueschgens 
  15.  
  16.                 sledge@hammer.oche.de
  17.  
  18.                          ---------------------------
  19.  
  20. WHAT IS APSFILTER
  21. =================
  22.                     
  23. APSFILTER is a lineprinter input filter for systems with a BSD-like
  24. printing mechanism (lpd, /etc/printcap), that saves users a lot of work 
  25. when printing different file types no matter whether compressed or not !!!
  26.  
  27. Additionally it enables non Postscript printers, that are supported
  28. by the free (in the terms of the GPL) postscript emulator 
  29. "ghostscript" (gs), to print postscript files !
  30.  
  31. With the new apsfilter Version 3.0 its now possible to print 
  32. *compacted* documents directly without unpacking !!! 
  33. The wanted packers/unpackers have to be already installed on your system.
  34.  
  35.  o Supported packers:
  36.  
  37.     GZIP, PACK, COMPRESS, FREEZE/MELT
  38.  
  39.  o Supported file types:
  40.  
  41.     Postscript
  42.     TeX DVI
  43.     Ascii
  44.     Data (PCL,...)
  45.     GIFF
  46.     TIFF
  47.     Sun Rasterfiles
  48.     FIG
  49.     PNM (pbmplus)
  50.  
  51. GENERAL FEATURES
  52. ================
  53.  
  54.     - support for monochrome and color PS and non_PS printers
  55.  
  56.     - customizeable by a system wide and a personal apsfilterrc file
  57.       ( /etc/apsfilterrc and $HOME/.apsfilterrc ). This file is now
  58.       well documented and so selfexplanatory ;-)
  59.  
  60.     - .apsfilterrc file lets you determine another dvi-file print program.
  61.  
  62.     - you can print compressed files without unpacking them first !
  63.  
  64.     - apsfilter comes with the installation script SETUP, that
  65.       does nearly _everything_ for you !
  66.  
  67.     - SETUP creates spool directories as needed and with sane permissions
  68.  
  69.     - SETUP compiles and installs the add on utilities a2ps and rewindstdin
  70.  
  71.     - SETUP creates printcap entries, no matter whether you have a
  72.       serial or a parallel printer.
  73.  
  74.     - SETUP creates all symbolic links for you that are needed
  75.       to switch on or off certain filter features (color, monochrome,
  76.       skip filetype autorecognition, force filter to treat german
  77.       text as ascii text)
  78.  
  79.     - SETUP guides you more or less (;-) through the step, which 
  80.       of gs's printer driver to use ...
  81.       Note: its up to you to have a gs binary, which has all
  82.       drivers you need compiled in !!!!
  83.  
  84.     - SETUP allows you to install apsfilter for use with
  85.       real postscript Printers ! So apsfilters interesting features
  86.       remain no matter whether you use gs or not !
  87.  
  88.     - apsfilter knows about the following print METHODS:
  89.  
  90.         - 'auto':  determine file type automatically
  91.  
  92.         - 'ascii': treat file as an ascii file even if it 
  93.                seems to be a data file (german texts 
  94.                with ``Umlauten'')
  95.  
  96.         - 'raw':   print ascii files directly to the printer
  97.                without postprocessing (using a2ps and gs)
  98.                for fast listings !
  99.  
  100.     - apsfilter knows about the following a2ps FEATURES.
  101.       These are options user-customizeable by a $HOME/.apsfilterrc
  102.       file ! A template file can be copied from 
  103.       $APS_BASEDIR/template/apsfilterrc to $HOME/.apsfilterrc.
  104.  
  105.         - 1:  print 1 page  on one sheet with    header
  106.         - 1n: print 1 page  on one sheet without header
  107.         - 2:  print 2 pages on one sheet with    header
  108.         - 2n: print 2 pages on one sheet without header
  109.  
  110.     - modified a2ps ! The page header now contains Filename and 
  111.       the username !!!
  112.     
  113.     - supports dvips' feature to include postscript files into 
  114.       TeX/DVI Documents (i.e. X11 screenshots using xgrab or
  115.       xfig images !!! The TEXINPUTS variable has to contain
  116.       the paths, where such PS pictures reside. We use 
  117.       xgrab 2.3 to produce such nices pictures from within the
  118.       X11 desktop.
  119.  
  120.     - No searchdatabase - updated via cron - anymore. Each user 
  121.       may modify his TEXINPUTS path in his own $HOME/.apsfilterrc
  122.       file !
  123.  
  124.     - apsfilter doesn't use tmp file. That saves space.
  125.       Only one exception ... compressed dvi files printed via
  126.       dvips.
  127.  
  128.  
  129. Add on software that comes with apsfilter 3.0
  130. =============================================
  131.  
  132. Be sure to compile the two utilities in the src tree (a2ps and
  133. rewindstdin).
  134.  
  135. Without these utilities you cannot use apsfilter.
  136.  
  137. enhanced A2PS
  138. =============
  139.  
  140. All filters after aps-20 use a2ps to print ascii files. I patched a2ps 
  141. so you can select paperformat, print margins, filename and username on the
  142. commandline instead of compiling it in. 
  143. I mailed the diffs to the author of the package, but still received no answer.
  144. Therefore alls apsfilter releases above aps-22 come with the patched source 
  145. ready for compiling it. The diffs are also included.
  146.  
  147. CHARACTER SETS, GERMAN "Umlaute"
  148. ================================
  149.  
  150. Using a2ps' -8 option enables the printing of the ISO Latin Characterset.
  151. So its no problem to print special characters ;-)
  152.